home *** CD-ROM | disk | FTP | other *** search
- /*
- * sigMach.h --
- *
- * Machine dependent data structures and procedure headers exported by the
- * the signal module. These are are for the sparc hardware.
- *
- * Copyright (C) 1985, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/src/lib/include/sun4.md/RCS/sigMach.h,v 1.2 89/07/14 09:29:17 rab Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _SIGMACH
- #define _SIGMACH
-
- /*
- * The different machine dependent codes for an illegal instruction signal
- */
-
-
- #endif /* _SIGMACH */
-